home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Over 1,000 Windows 95 Programs
/
Over 1000 Windows 95 Programs (Microforum) (Disc 2).iso
/
1318
/
quotes.s
< prev
next >
Wrap
Text File
|
1993-05-30
|
1KB
|
36 lines
\ QUOTES.S
\ Try to fix up typewriter double quotes to be
\ left- and right-sided as a proper typesetting
\ style would have them.
'= ` \ single quote after a space should be left-sided...
'\n= '\p2 \ ...unless it precedes a number, in which case leave it alone.
\0a'=\0a` \ single quote first thing on a line should be left-sided...
\0a'\n=\0a'\p2 \ ...unless it precedes a number, in which case leave it alone.
"='' \ If none of the following left-sided conversions are done, then
\ assume a double quote is a right-sided quote
"= `` \ double quote after a space should be left-sided
\0a"=\0a`` \ and these are various other left-sided quotes
\09"=\09`` \ (You may want to add some of your own)
-"=-``
/"=/``
("=(``
>"=>``
]"=]``
_"=_``
\3d"=\3d``
0"=0" \ assume that quotes following number characters
1"=1" \ are meant to be inches.
2"=2"
3"=3"
4"=4"
5"=5"
6"=6"
7"=7"
8"=8"
9"=9"